Skip to content

Moving RuntimeMLIRCommonImpl.h into .cpp files#3976

Merged
Renaud-K merged 1 commit intoNVIDIA:mainfrom
Renaud-K:common-impl
Feb 17, 2026
Merged

Moving RuntimeMLIRCommonImpl.h into .cpp files#3976
Renaud-K merged 1 commit intoNVIDIA:mainfrom
Renaud-K:common-impl

Conversation

@Renaud-K
Copy link
Collaborator

RuntimeMLIRCommonImpl.h was used to share code between the BaseRemoteRESTQPU and the PyBaseRemoteRESTQPU. Now that the python versions of the Remote QPUs are gone, this can be moved back into an implementation file. There is no need to make all this implementation transitively visible in header files. The interfaces of RuntimeMLIR.h and JIT.h suffice.

Code in RuntimeMLIRCommonImpl.h has been moved into either JIT.cpp or RuntimeMLIR.cpp.

Signed-off-by: Renaud Kauffmann <rkauffmann@nvidia.com>
@github-actions
Copy link

CUDA Quantum Docs Bot: A preview of the documentation can be found here.

Copy link
Collaborator

@lmondada lmondada left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I admit I didn't go through the diffs carefully -- I trust that you've just moved stuff around and into cpp files, which is always good.

Thanks!

@Renaud-K Renaud-K added this pull request to the merge queue Feb 17, 2026
Merged via the queue into NVIDIA:main with commit 47cf638 Feb 17, 2026
206 checks passed
@Renaud-K Renaud-K deleted the common-impl branch February 17, 2026 20:50
github-actions bot pushed a commit that referenced this pull request Feb 17, 2026
@bettinaheim bettinaheim added the no release notes Don't list this PR in the release notes label Mar 11, 2026
@bettinaheim bettinaheim added this to the release 0.14.0 milestone Mar 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

no release notes Don't list this PR in the release notes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants